Skip to content

Add "!important" flag when setting "overflow" to "visible" - #10

Open
tom93 wants to merge 1 commit into
t-mart:masterfrom
tom93:fix-overflow-important
Open

Add "!important" flag when setting "overflow" to "visible"#10
tom93 wants to merge 1 commit into
t-mart:masterfrom
tom93:fix-overflow-important

Conversation

@tom93

@tom93 tom93 commented Mar 22, 2023

Copy link
Copy Markdown

Some websites use a CSS rule such as overflow: hidden !important; which has higher priority than our CSS property.

Add the "!important" flag to our property, so it will override such CSS rules.

Some websites use a CSS rule such as `overflow: hidden !important;`
which has higher priority than our CSS property.

Add the "!important" flag to our property, so it will override such
CSS rules.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant